.venues {
    display: flex;
    padding-bottom: 20px;
}

.venues-left {
    width: 35%;
}

.venues-right {
    width: 65%;
    margin-top: -40px;
    position: relative;
}

.exhibition-content {
    position: absolute;
    top: -20px;
    right: 0;
    display: none;
    width: 320px;
    height: 110px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(189, 189, 189, 0.5);
}

.exhibition-content img {
    width: 140px;
    height: 90px;
}

.exhibition-content p {
    width: 140px;
    height: 86px;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #303336;
    padding: 0 6px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.exhibition-content .icon {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: end;
    padding: 0 6px 6px 0;
}

.exhibition-content .icon i {
    font-size: 14px;
    color: #138F44;
}

.venues-desc {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #303336;
    line-height: 28px;
    text-align: justify;
}

.floor-view {
    display: flex;
    margin-top: 40px;
}

.floor-view .floor-left div {
    width: 100px;
    height: 40px;
    background: #EAF7F0;
    border: 1px solid #CDDCD4;
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #009040;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.floor-view .floor-left div:hover {
    background: #009040 !important;
    color: #fff !important;
}

.floor-view .floor-left .active {
    background: #009040 !important;
    color: #fff !important;
}

.floor-view .floor-right {
    margin-top: 10px;
    width: 200px;
    height: 292px;
    margin-left: 10px;
    background: #F9F9F9;
}

.floor-view .floor-right .floor-text {
    margin: 10px 30px 0 30px;
    font-size: 28px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #009040;
}

.floor-view .floor-right .line {
    margin: -10px 30px 0 30px;
    height: 6px;
    background: #C0EAD3;
}

.floor-view .floor-right .floor-exhibition {
    margin: 10px 30px 0 30px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #303336;
    line-height: 40px;
    display: none;
}

.venues-right .icon-show-hide {
    display: none;
}

.venues-right .icon-list {
    width: 100%;
    display: flex;
    margin-top: -80px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.venues-right .icon-list div {
    min-width: 55px;
}

.venues-right .icon-list div>i {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969A9D;
}

.venues-right .icon-list div>p {
    text-align: center;
    color: #969A9D;
    font-size: 13px;
    margin-top: 5px;
}

.venues-right .icon-list div .select-color {
    color: #5B9876 !important;
}